projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb2e97
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 10 Oct 2001 12:22:18 +0000
(12:22 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 10 Oct 2001 12:22:18 +0000
(12:22 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 74a21c42bd52c1e16dc85cb3a6da68ab1edd0d2a..9a81459925e4e45762e7b141d6561b0760bdd44c 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2001-10-10 Gerd Moellmann <gerd@gnu.org>
+ * simple.el (end-of-buffer): Fix code scrolling specially
+ for the buffer end.
+
* startup.el (command-line-1): Bind tab-width to 8.
2001-10-10 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d05c0fc2f06c16de1407e2b687dedae922cf1309..7312e1b991e9198fdbc7bbb371febc22ecf00e2c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2001-10-10 Gerd Moellmann <gerd@gnu.org>
+
+ * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
+ options. From Dave Love <d.love@dl.ac.uk>.
+
2001-10-09 Gerd Moellmann <gerd@gnu.org>
* regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.